This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Tony Lopvelulitings 22.Jan.04 08:44 PM a Web browser Domino Designer6.5Windows 2000
Hi
I have a LotusScript code in a db on a server. In that code I do a lookup to the names and addressbook on another server. But the lookup only works if I really open the names and addressbook on my workspace. If I dont do that I see a error message in the status bar that the addressbook has not been opened yet.
Does that mean that If I do a lookup from lotuscript to a database on another server, that the database has to be open first?
I open the database in my script like this:
Set dbAdress = ssn.GetDatabase( "servername", "names.nsf")
I have also noticed that this problem does not happen in R6 but only in R5.